Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Simple HTTP POST
http-post.r3.6 KB
13 Mar 2003
This script sends a form to a webserver using the POST method. The included example translates a string in English to German by posting the data to AltaVista's translation web page and then parsing the reply.
author: Martin Johannesson
Great Computer Language Shootout : hello
helloworld.rv:1.0.0
597 bytes
27 Sep 2005
To test startup time in the Great Computer Language Shootout
author: Lok Yek Soon
Herd The Sheep Game
herd-the-sheep.r3.7 KB
10 Feb 2013
Inspired by the LiveCode Sheep Herder game (advertised because it was conceived and completed within 3 hours, 18 minutes). This quick implementation took 17 minutes to create, using REBOL :) Also available at: http://re-bol.com/examples.txt
author: Nick Antonaccio
HOF
hof.rv:1.0.1
23.2 KB
13 Mar 2003
Higher Order Functions and series manipulators
author: Jan Skibinski
HTML Dialect
html.r
 documentation
v:0.0.7
21.8 KB
20 Aug 2008
HTML dialect for simple generation of webpages with REBOL code.
author: henrik mikael kristensen
HTML Form Generator and Server
html-form-generator-and-server.r7.9 KB
2 Jan 2017
Creates an HTML form, with any fields, areas, check boxes, and drop-down selectors you specify, then runs a server to collect any data entered into the form by users. A cgi version is also provided, which can be run on most shared host providers. A little GUI app is also provided to demonstrate how search and browse collected [...]
author: nick
HTTP HEAD
http-head.rv:0.0.2
733 bytes
24 Feb 2005
Issue a HTTP HEAD command
author: Tom Conlin
Http tools
http-tools.r
 discussion
v:0.0.3
6.4 KB
13 Mar 2003
To grab cookies from the server and post form data.
author: Graham Chiu
Mandelbrot fractal ASCII renderer, integer version for Rebol, Red and World
int-mandelbrot.rv:1.0.0
1.9 KB
29 Dec 2013
Show a Mandelbrot fractal on the console
author: Marco Antoniazzi
ico-parser
ico-parser.rv:0.0.1
5.4 KB
13 Mar 2003
To get data from the windows *.ico files
author: Oldes
Iota
iota.rv:1.0.0
0.9 KB
13 Mar 2003
Makes a block containing a range of values, from Start to End.
author: Andrew Martin
Jigsaw Puzzle - press SPACE bar to view original image
jigsaw-puzzle.r1.9 KB
20 Aug 2010
Chop a selected image into a selected number of pieces, and then drag/drop the pieces to reassemble the original image.
author: nick
Keep an ISP Connection Alive
keep-alive.r818 bytes
13 Mar 2003
This script can be used to keep an ISP connection alive by accessing the net every so often.
author: Jim Goodnow II
Keyboard Trener
keyboar-trener.rv:1.0.0
3.8 KB
25 May 2007
Learn to write rebol words faster without looking at keyboard.
author: Karol Gozlinski
Listview Demo
listview-demo.r1.2 KB
25 Nov 2010
A demo of the listview control by Henrik Mikael Kristensen. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
Log
log.rv:1.0.0
709 bytes
19 Jul 2003
Logs Rebol values to a file.
author: Andrew Martin
Lorentz Attractor
lorentz.rv:1.0.0
2.1 KB
24 Feb 2009
Visualization of the Lorentz Attractor.
author: John Niclasen
Scrolling LIST Example
list-scroll-demo.r2.9 KB
16 Nov 2004
Shows an example of how to use a LIST style face with an associated scroller.
author: Gregg Irwin
REBOL Directory Services Lookup
lookup.rv:1.1.0
3.7 KB
13 Mar 2003
Provides a simple but effective directory server for peer-to-peer and other types of REBOL applications. Can be installed on any CGI webserver.
author: Carl Sassenrath
Led Clock
ledclock.rv:1.0
9.7 KB
11 Oct 2010
A simple demo with leds
author: François Jouen